Establish Token Connection to Rest Server

For performing actions on Live Platform using REST API, connection must be established between the REST API client and the Live PlatformServer. Permissions for this connection are managed through the Live Platform Public Token registration on the Server Provider Azure tenant. The following values must be extracted from the Live Platform API Public Token registration (see Secure Connection to Live Platform Rest Server) and configured on the REST API client (see details on the below procedures):

Application (client) Id
Client secret
Scope

This manual describes REST API client connections using the Postman Rest API client: Authenticating Connection Using Postman